ADDIN.RUN Function

Syntax

V Run(C Addin_Script[,N session_handle])

Arguments

Addin_Script

The name of a script.

session_handle

Optional. You can retrieve the Session_Handle for another window with SESSION_GET().

Description

Runs a script from the addins library - used for overlay scripts, optional session handle allows specification of a different session.

Discussion

The ADDIN.RUN() method runs a script in the Addin Library.

Example

Addin.run("audit_trail")

See Also